home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / amazin1a / form3.frm (.txt) < prev    next >
Encoding:
Visual Basic Form  |  1999-09-08  |  1.8 KB  |  61 lines

  1. VERSION 5.00
  2. Begin VB.Form Form3 
  3.    Caption         =   "About"
  4.    ClientHeight    =   2175
  5.    ClientLeft      =   60
  6.    ClientTop       =   390
  7.    ClientWidth     =   4425
  8.    LinkTopic       =   "Form3"
  9.    ScaleHeight     =   2175
  10.    ScaleWidth      =   4425
  11.    StartUpPosition =   3  'Windows Default
  12.    Begin VB.CommandButton Command1 
  13.       Caption         =   "Ok"
  14.       Height          =   375
  15.       Left            =   2880
  16.       TabIndex        =   2
  17.       Top             =   1680
  18.       Width           =   1455
  19.    End
  20.    Begin VB.Label Label3 
  21.       Caption         =   "elterrorista@videotron.ca"
  22.       Height          =   255
  23.       Left            =   360
  24.       TabIndex        =   3
  25.       Top             =   1800
  26.       Width           =   2415
  27.    End
  28.    Begin VB.Label Label2 
  29.       Caption         =   "VB Mania"
  30.       Height          =   255
  31.       Left            =   360
  32.       TabIndex        =   1
  33.       Top             =   1560
  34.       Width           =   975
  35.    End
  36.    Begin VB.Label Label1 
  37.       Caption         =   "Harvey      (VB Mania)"
  38.       BeginProperty Font 
  39.          Name            =   "Lucida Sans"
  40.          Size            =   27.75
  41.          Charset         =   0
  42.          Weight          =   700
  43.          Underline       =   0   'False
  44.          Italic          =   -1  'True
  45.          Strikethrough   =   0   'False
  46.       EndProperty
  47.       Height          =   1335
  48.       Left            =   240
  49.       TabIndex        =   0
  50.       Top             =   120
  51.       Width           =   4095
  52.    End
  53. Attribute VB_Name = "Form3"
  54. Attribute VB_GlobalNameSpace = False
  55. Attribute VB_Creatable = False
  56. Attribute VB_PredeclaredId = True
  57. Attribute VB_Exposed = False
  58. Private Sub Command1_Click()
  59. Unload Me
  60. End Sub
  61.